home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / bomb_bandits.swf / scripts / frame_25 / DoAction.as
Text File  |  2010-01-19  |  321b  |  12 lines

  1. c = 1;
  2. while(c < 11)
  3. {
  4.    rndName = random(4);
  5.    rndName != 1 ? 0 : (_root["Topname" + c] = "stan");
  6.    rndName != 2 ? 0 : (_root["Topname" + c] = "sissy");
  7.    rndName != 3 ? 0 : (_root["Topname" + c] = "beyonce");
  8.    rndName != 4 ? 0 : (_root["Topname" + c] = "mac");
  9.    _root["TopScore" + c] = 1;
  10.    c++;
  11. }
  12.